EMT Practice Test
1. Question Content...
Question1: To transform data from a Kafka topic to another one, I should use
Question4: Which configuration is used to determine which directory the connectors are stored in?
Question6: Producing with a key allows to...
Question10: What is the disadvantage of request/response communication?
Question14: How does a consumer commit offsets in Kafka?
Question16: In Avro, removing a field that does not have a default is a __ schema evolution
Question19: Which of the following event processing application is stateless? (select two)
Question20: What are stateful operations in Kafka Streams API? (Choose 2.)
Question21: Which of the following is NOT a supported serialization format in ksqlDB?
Question22: What is the default port that the KSQL server listens on?
Question25: The kafka-console-consumer CLI, when used with the default options
Question27: Where are the dynamic configurations for a topic stored?
Question29: What Java library is KSQL based on?
Question30: What's is true about Kafka brokers and clients from version 0.10.2 onwards?
Question31: Which type of system best describes Apache Kafka? (Choose 2.)
Question32: What is returned by a producer.send() call in the Java API?
Question33: By default, which replica will be elected as a partition leader? (select two)
Question36: In Java, Avro SpecificRecords classes are
Question37: The Controller is a broker that is... (select two)
Question40: Using the Confluent Schema Registry, where are Avro schema stored?
Question42: Which Kafka CLI should you use to consume from a topic?
Question45: Which statements are correct about ksqlDB SQL? (Choose 3.)
Question46: Which of the following is not an Avro primitive type?
Question48: What is the difference between exactly once semantics (EOS) and idempotence?
Question49: What is not a valid authentication mechanism in Kafka?
Question54: Which item is not a valid ksqlDB data type?
Question55: The exactly once guarantee in the Kafka Streams is for which flow of data?
Question56: In Kafka Streams, by what value are internal topics prefixed by?
Question60: What information isn't stored inside of Zookeeper? (select two)
Question61: When running a ksqlDB for connectors, what does the IF NOT EXISTS clause do?
Question63: In Avro, removing or adding a field that has a default is a __ schema evolution
Question67: Which configurations define which connector is deployed?
Question69: In Kafka, what are Topics split into?
Question70: What is encoding and decoding of a message also known as?
Question71: What is true about partitions? (select two)
Question72: ksqIDB Lambda functions must be used inside what type of designated functions?
Question73: To enhance compression, I can increase the chances of batching by using
Question75: What is a generic unique id that I can use for messages I receive from a consumer?
Question78: To read data from a topic, the following configuration is needed for the consumers